From 7960c8c0efaba9193b08bad0a1efdf0f8dc3064e Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 20 Jan 2008 23:25:43 +0000 Subject: [PATCH] Document navilink options. --- xmldoc/formats/options/navilink-nukerte.xml | 10 ++++++++++ xmldoc/formats/options/navilink-nuketrk.xml | 10 ++++++++++ xmldoc/formats/options/navilink-nukewpt.xml | 10 ++++++++++ xmldoc/formats/options/navilink-power_off.xml | 4 ++++ 4 files changed, 34 insertions(+) create mode 100644 xmldoc/formats/options/navilink-nukerte.xml create mode 100644 xmldoc/formats/options/navilink-nuketrk.xml create mode 100644 xmldoc/formats/options/navilink-nukewpt.xml create mode 100644 xmldoc/formats/options/navilink-power_off.xml diff --git a/xmldoc/formats/options/navilink-nukerte.xml b/xmldoc/formats/options/navilink-nukerte.xml new file mode 100644 index 000000000..2a3bfed47 --- /dev/null +++ b/xmldoc/formats/options/navilink-nukerte.xml @@ -0,0 +1,10 @@ + +This option erases all routes in the receiver before doing a transfer. + + +This is a convenient option to use in automated processes where you want +to ensure the units starts with a clean state before sending routes to +it. Using this option on transmit is a better idea than doing it on +receive since the latter would erase all the waypoints before asking the +unit to send all the waypoints. + diff --git a/xmldoc/formats/options/navilink-nuketrk.xml b/xmldoc/formats/options/navilink-nuketrk.xml new file mode 100644 index 000000000..e9a5f4b9c --- /dev/null +++ b/xmldoc/formats/options/navilink-nuketrk.xml @@ -0,0 +1,10 @@ + +This option erases all track data in the receiver before doing a transfer. + + +This is a convenient option to use in automated processes where you want +to ensure the units starts with a clean state before sending track data to +it. Using this option on transmit is a better idea than doing it on +receive since the latter would erase all the waypoints before asking the +unit to send all the waypoints. + diff --git a/xmldoc/formats/options/navilink-nukewpt.xml b/xmldoc/formats/options/navilink-nukewpt.xml new file mode 100644 index 000000000..5ca891611 --- /dev/null +++ b/xmldoc/formats/options/navilink-nukewpt.xml @@ -0,0 +1,10 @@ + +This option erases all waypoints in the receiver before doing a transfer. + + +This is a convenient option to use in automated processes where you want +to ensure the units starts with a clean state before sending waypoints to +it. Using this option on transmit is a better idea than doing it on +receive since the latter would erase all the waypoints before asking the +unit to send all the waypoints. + diff --git a/xmldoc/formats/options/navilink-power_off.xml b/xmldoc/formats/options/navilink-power_off.xml new file mode 100644 index 000000000..b679373df --- /dev/null +++ b/xmldoc/formats/options/navilink-power_off.xml @@ -0,0 +1,4 @@ + +This options powers down the Navilink receiver once any transfers are +complete. + -- 2.30.2